home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / BoxMooV / headers / BoxPaint_utility.h < prev   
Encoding:
C/C++ Source or Header  |  1997-08-14  |  393 b   |  22 lines  |  [TEXT/CWIE]

  1. /*  BoxPaint_utility.h                                                                            
  2.  
  3.     Nick Thompson
  4.     Michael Bishop - August 21 1996                                                    
  5.     (c)1994-96 Apple Computer Inc., All Rights Reserved                                
  6.  
  7. */
  8.  
  9. #ifndef _UTILITY_H_
  10. #define _UTILITY_H_
  11.  
  12. #include "QD3D.h"
  13.  
  14. short         Utility_HiWrd(long aLong) ;
  15. short         Utility_LoWrd(long aLong) ;
  16.  
  17. void        Utility_MyGetMouse(TQ3Point2D *thePoint);
  18. int            Utility_MyStillDown(void);
  19.  
  20.  
  21. #endif
  22.